mutually exclusive access meaning in Chinese
互斥的存取
Examples
- Is used to enforce mutually exclusive access to a protected block of code
用于强行相互实施对受保护代码块的独占访问权。 - Demonstrates enforcing mutually exclusive access to a protected block of code
说明强行相互实施对受保护代码块的独占访问权。 - The monitor type s static functions are used to enforce mutually exclusive access to a protected block of code
Monitor类型的静态函数用于强行相互实施对受保护代码块的独占访问权。 - This thesis also introduces the software ' s makeup and realization . the software is made up of client and server . in the realization part , particularly introduce some details involved in the software realization , such as the network communication , multi - thread synchronization , shared memory ' s mutually exclusive accessing , and database operation , etc
软件的构成分为客户端和服务器端,在实现的部分中,详细的介绍了软件实现中涉及的网络通信,多线程的同步,共享数据区的互斥访问和数据库的操作等细节。